GET
/
v2
/
offsite-ads
/
advertisers
/
{id}
curl --request GET \
  --url https://api.topsort.com/v2/offsite-ads/advertisers/{id} \
  --header 'Authorization: Bearer <token>'
{
  "dspOnboardingStatus": [
    {
      "dsp": "google_ads",
      "lastUpdated": "2023-11-07T05:31:56Z",
      "status": "PENDING"
    }
  ],
  "id": "<string>",
  "name": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The advertiser ID

Response

200
application/json
Successful Response
id
string
required

The ID of the advertiser

name
string
required

The name of the advertiser

dspOnboardingStatus
object[]

The onboarding status for each DSP